home *** CD-ROM | disk | FTP | other *** search
/ GKGM 014 / GKGM014.iso / hentai / Suck Girls.swf / scripts / DefineSprite_15_meter1 / frame_1 / DoAction.as
Text File  |  2006-12-20  |  277b  |  14 lines

  1. loadedSize = _root.getBytesLoaded();
  2. totalSize = _root.getBytesTotal();
  3. if(loadedSize >= totalSize)
  4. {
  5.    _root.play();
  6. }
  7. else
  8. {
  9.    parcent = loadedSize / totalSize * 100;
  10.    gDownloaded = Math.round(parcent);
  11.    progressBar.setbar(gDownloaded);
  12.    _root.stop();
  13. }
  14.